Download Scrapy

Get the latest stable release of Scrapy to start your data extraction journey.

Stable Release

The recommended version for most users. Fully tested and production-ready.

Download v2.14.2

Changelog

  • Fixed a security issue where Referrer-Policy header values could be executed as Python callables.
  • Redirect handling now follows HTTP standards more closely, especially for 301, 302, and 303 responses.
  • Cross-origin redirects are safer because dropped request bodies now also drop related Content-* headers, reducing the risk of leaking secrets.
  • Added a new REFERER_POLICIES setting to customize which referrer policies Scrapy supports.
  • Updated Referer behavior on redirects, including preserving URL fragments when appropriate and recalculating or removing the header correctly.